home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / prokit34.zip / PROBYE.INT < prev    next >
Text File  |  1991-04-01  |  805b  |  38 lines

  1.  
  2. (*
  3.  * Copyright 1987, 1991 Samuel H. Smith;  All rights reserved
  4.  *
  5.  * This is a component of the ProDoor System.
  6.  * Do not distribute modified versions without my permission.
  7.  * Do not remove or alter this notice or any other copyright notice.
  8.  * If you use this in your own program you must distribute source code.
  9.  * Do not use any of this in a commercial product.
  10.  *
  11.  *)
  12.  
  13. (*
  14.  * PCB ProDOOR module to log off (goodbye function)      (3-1-89)
  15.  *
  16.  * Updates PCBoard USERs file and logs user off without
  17.  * recycling PCBoard first.
  18.  *
  19.  *)
  20.  
  21. unit ProBye;
  22.  
  23. interface
  24.    uses
  25.      Tools,
  26.      MdosIO,
  27.      BufIO,
  28.      ProData,
  29.      ProUtil,
  30.      ProUtil2,
  31.      ProScan,
  32.      ProRoot;
  33.  
  34.    procedure logoff_log_entry(tused: integer);
  35.    procedure good_bye;
  36.  
  37. implementation
  38.